home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
- <!--
- <![CDATA[
- Specify an Agency. This may be picked from a list, or specified
- as a String if the Agency is not in the list.
-
- In typical use, it is referenced in a document definition as:
-
- <element type="Agency">
-
- If the Agency can be chosen from a standard list of agencies,
- the XML instance will look like:
-
- <Agency AgencyID="CommerceOne" />
-
- If the Agency is non-standard, the XML will look like this:
- <Agency AgencyOther="My Agency" />
- ]]>
- -->
-
- <elementtype name="Agency">
- <empty/>
-
- <!-- An Agency chosen from a list of standard Agencies -->
- <attdef datatype="AgencyCode" name="AgencyID" />
-
- <!-- If the AgencyID is Other (or not provided), the
- Agency may be specified as a string. / -->
- <attdef datatype="string" name="AgencyOther" />
- </elementtype>
-
- </schema>
-